home *** CD-ROM | disk | FTP | other *** search
/ Mess With 10 / Mess With 10.iso / mac / SubMenu3.DIR / 00210_Script_210 < prev    next >
Text File  |  1996-12-18  |  711b  |  23 lines

  1. on exitFrame
  2.   set the cursor of sprite 1 = -1
  3.   set the cursor of sprite 2 = [176,  177]
  4.   set the cursor of sprite 3 = -1
  5.   set the cursor of sprite 4 = -1
  6.   repeat with n = 5 to 10
  7.     set the cursor of sprite n = [176, 177]
  8.   end repeat
  9.   global G_BGM
  10.   set the cursor of sprite (G_BGM + 4) = -1
  11.   set the cursor of sprite 11 = -1
  12.   set the cursor of sprite 12 = [176,  177]
  13.   set the cursor of sprite 13 = -1
  14.   set the cursor of sprite 14 = [176,  177]
  15.   set the cursor of sprite 15 = [176,  177]
  16.   repeat with n = 21 to 41
  17.     if (the type of sprite n <> 0) then
  18.       set the cursor of sprite n = [176, 177]
  19.     else
  20.       set the cursor of sprite n = -1
  21.     end if
  22.   end repeat
  23. end